runtime.adjustinfo.delta (field)
7 uses
runtime (current package)
stack.go#L602: delta uintptr // ptr distance from old to new stack (newbase - oldbase)
stack.go#L627: *pp = p + adjinfo.delta
stack.go#L655: delta := adjinfo.delta
stack.go#L881: newBot := oldBot + adjinfo.delta
stack.go#L927: adjinfo.delta = new.hi - old.hi
stack.go#L965: adjinfo.sghi += adjinfo.delta
stack.go#L972: gp.stktopsp += adjinfo.delta
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)